Skip to content

ci: set concurrency and trigger ci on master #2701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

gegoune
Copy link
Collaborator

@gegoune gegoune commented Mar 10, 2024

This PR sets concurrency for all workflows and also runs ci workflow on master branch.

@gegoune gegoune requested a review from alex-courtis March 10, 2024 07:21
Copy link
Member

@alex-courtis alex-courtis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Concurrency is a good find; something that is desirable regardless.

Let's see how it behaves.

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's really handy...

@gegoune gegoune merged commit c64becf into master Mar 14, 2024
@gegoune gegoune deleted the ci/concurrency branch March 14, 2024 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants